{#if loading}
Loading...
{:else if error}
{error}
{:else if img}
{img.filename}
{#if img.thumbnail_path}
{:else}
No thumbnail
{/if}
Dimensions
{img.width} × {img.height}
File size
{formatSize(img.file_size)}
Type
{img.mime_type}
Tags
{#if img.tags.length > 0} {img.tags.join(', ')} {:else}
none
{/if}
Uploaded
{formatDate(img.created_at)}
Download original
← Back to browse
{/if}